HealthService

Constructors

Link copied to clipboard
constructor(client: PocketbaseClient)

Types

Link copied to clipboard
@Serializable
data class HealthResponses(val code: Int, val message: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
suspend fun healthCheck(fields: ShowFields = ShowFields()): HealthService.HealthResponses

Returns the health status of the server.